home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #27 (Dec 87) / c daisy printer driver / Daisy.r < prev    next >
Text File  |  1987-10-24  |  839b  |  58 lines

  1.  
  2. bin:sys:Daisy
  3. PRERDasY
  4.  
  5. *Include dialogs
  6. INCLUDE src:Printer:dialogs.rsrc
  7.  
  8. Type PDEF = GNRL
  9. Draft Printing Code,0 (48)    ;; locked, Purgeable
  10. .R
  11. src:Printer:DaisyPDEF0 PDEF 0
  12.  
  13. *Type PDEF = GNRL
  14. *Spool Printing Code,1 (48)    ;; locked, Purgeable
  15. *.R
  16. *src:Printer:DaisyPDEF1 PDEF 1
  17. *
  18. Type PDEF = GNRL
  19. Dialog Code,4 (48)    ;; locked, Purgeable
  20. .R
  21. src:Printer:DaisyPDEF4 PDEF 4
  22.  
  23. Type PDEF = GNRL
  24. PrPicFile stub,5
  25. .R
  26. src:Printer:DaisyPDEF5 PDEF 5
  27.  
  28. Type DRVR = GNRL
  29. .XPrint,-8192 (32) ;; attributes -> Purgeable
  30. .R
  31. src:Printer:DaisyDRVR DRVR 2
  32.  
  33. Type PACK = GNRL
  34. Daisy Config,-4096 (32) ;; attributes -> Purgeable
  35. .R
  36. src:Printer:DaisyPACK PACK -4096
  37.  
  38. Type PREC = GNRL
  39. ,0
  40. .R
  41. src:Printer:DaisyPREC0 PREC 0
  42.  
  43. Type PREC = GNRL
  44. ,1
  45. .R
  46. src:Printer:DaisyPREC0 PREC 0
  47.  
  48. Type PREC = GNRL
  49. ,-8192
  50. .R
  51. src:Printer:DaisyDRVR DATA -16320
  52.  
  53. Type STR 
  54. ,-8191
  55. Print File
  56.  
  57.  
  58.